Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.2.0 #1029

Merged
merged 1 commit into from
Oct 11, 2018
Merged

Release v2.2.0 #1029

merged 1 commit into from
Oct 11, 2018

Conversation

kr8n3r
Copy link

@kr8n3r kr8n3r commented Oct 11, 2018

2.2.0 (Feature release)

🆕 New features:

  • Allow classes on table header and row cells

    Optional classes attribute can now be used on table header and row cell item
    in the Nunjucks macro

    (PR #1015)

  • Add character count component

    (PR #959)

🔧 Fixes:

  • Apply max-width to the <select> element

    The <select> element's width is governed by the widths of its <option>'s.

    When the text in the options grows large, the element can grow to > 100% of the width of its container and break the layout.

    (PR #1013)

  • Prevent product name in header from wrapping

    Currently the product name in the header wraps when the space shrinks which doesn't look great.

    Adding display: inline-table prevents that so that the product name as a whole drops to a new line when space is shrunk.

    (PR #1007)

  • Set text colour for radios divider

    (PR 1023)

  • Stop links styled as button from being dragged

    Moving the mouse over a link while its button is depressed causes the
    browser’s dragging behaviour to trigger (and prevents the click
    event from firing). This is contrary to how actual <button> elements
    work. This pull request makes the behaviour of links styled as buttons
    consistent with that of buttons.

    (PR #1020)

Copy link
Contributor

@36degrees 36degrees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @igloosi :shipit:

@kr8n3r kr8n3r merged commit 2d62068 into master Oct 11, 2018
@kr8n3r kr8n3r deleted the release-2.2.0 branch October 11, 2018 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants